projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcd991
)
Don't require initial whitespace in vendor name.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Nov 1995 04:37:30 +0000
(
04:37
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Nov 1995 04:37:30 +0000
(
04:37
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 32502e2d97974f6c0373448e7f6def8903c044fe..9aa3b7d5791a66b7989d695a2b27b96e90094f51 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-704,7
+704,7
@@
This is in addition to the primary selection.")
;; Sun expects the menu bar cut and paste commands to use the clipboard.
;; This has ,? to match both on Sunos and on Solaris.
-(if (string-match "
Sun Microsystems,? Inc\\."
+(if (string-match "Sun Microsystems,? Inc\\."
(x-server-vendor))
(menu-bar-enable-clipboard))